DeleteDdosPolicy
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DeleteDdosPolicy
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
PackageRate | BODY | integer | No | No sample value for this parameter. | early warning packet speed (unit: pps). indicates that the early warning packet speed value must be greater than 0. |
HttpRate | BODY | integer | No | No sample value for this parameter. | alert HTTP request rate (unit: QPS). indicates that the alert HTTP request rate value must be greater than 50. |
RegionCode | BODY | string | Yes | No sample value for this parameter. | area code. For example, cn-hangzhou-env6-d01. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
ExternalServiceIP | BODY | string | Yes | No sample value for this parameter. | the IP address or IP network segment to which the DDoS protection policy is applied, in the format of x.x.x.x or x.x.x/x. |
version | BODY | string | No | 2016-01-01 | version of api |
FlowRate | BODY | integer | No | No sample value for this parameter. | warning flow rate (unit: Mbps). Description The warning flow rate value must be greater than 0. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}